home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / ArchiFacile / ArchiFacileSetup.exe / {app} / nw.pak / Unnamed File 001053.unknown < prev    next >
Text File  |  2014-10-14  |  4KB  |  258 lines

  1. html {
  2.     height: 100%;
  3. }
  4.  
  5. body {
  6.     cursor: default;
  7.     position: relative;
  8.     height: 100%;
  9.     width: 100%;
  10.     overflow: hidden;
  11.     font-family: Lucida Grande, sans-serif;
  12.     font-size: 12px;
  13.     margin: 0;
  14.     tab-size: 4;
  15.     -webkit-user-select: none;
  16.     color: #222;
  17. }
  18.  
  19. body.platform-linux {
  20.   color: rgb(48, 57, 66);
  21.   font-family: Ubuntu, Arial, sans-serif;
  22. }
  23.  
  24. body.platform-mac {
  25.   color: rgb(48, 57, 66);
  26.   font-family: 'Lucida Grande', sans-serif;
  27. }
  28.  
  29. body.platform-windows {
  30.   font-family: 'Segoe UI', Tahoma, sans-serif;
  31. }
  32.  
  33. *, *::before, *::after {
  34.     box-sizing: border-box;
  35. }
  36.  
  37. :focus {
  38.     outline: none;
  39. }
  40.  
  41. img {
  42.     -webkit-user-drag: none;
  43. }
  44.  
  45. iframe,
  46. a img {
  47.     border: none;
  48. }
  49.  
  50. iframe.view {
  51.     position: absolute;
  52.     width: 100%;
  53.     height: 100%;
  54.     left: 0;
  55.     right: 0;
  56.     top: 0;
  57.     bottom: 0;
  58. }
  59.  
  60. .hidden {
  61.     display: none !important;
  62. }
  63.  
  64. .monospace {
  65.     font-size: 10px !important;
  66.     font-family: monospace;
  67. }
  68.  
  69. .resources-dividers {
  70.     position: absolute;
  71.     left: 0;
  72.     right: 0;
  73.     top: 0;
  74.     z-index: -100;
  75.     bottom: 0;
  76. }
  77.  
  78. .resources-event-dividers {
  79.     position: absolute;
  80.     left: 0;
  81.     right: 0;
  82.     height: 100%;
  83.     top: 0;
  84.     z-index: 300;
  85.     pointer-events: none;
  86. }
  87.  
  88. .resources-dividers-label-bar {
  89.     position: absolute;
  90.     top: 0;
  91.     left: 0;
  92.     right: 0;
  93.     background-color: rgba(255, 255, 255, 0.85);
  94.     background-clip: padding-box;
  95.     height: 20px;
  96.     z-index: 200;
  97.     pointer-events: none;
  98.     overflow: hidden;
  99. }
  100.  
  101. .resources-divider {
  102.     position: absolute;
  103.     width: 1px;
  104.     top: 0;
  105.     bottom: 0;
  106.     background-color: rgba(0, 0, 0, 0.1);
  107. }
  108.  
  109. .resources-event-divider-padding {
  110.     position: absolute;
  111.     width: 8px;
  112.     top: 0;
  113.     bottom: 0;
  114.     pointer-events: auto;
  115. }
  116.  
  117. .resources-event-divider {
  118.     position: absolute;
  119.     width: 2px;
  120.     top: 0;
  121.     bottom: 0;
  122.     z-index: 300;
  123. }
  124.  
  125. .resources-divider-label {
  126.     position: absolute;
  127.     top: 4px;
  128.     right: 3px;
  129.     font-size: 80%;
  130.     white-space: nowrap;
  131.     pointer-events: none;
  132. }
  133.  
  134. .overview-grid-window-selector {
  135.     position: absolute;
  136.     top: 0;
  137.     bottom: 0;
  138.     background-color: rgba(125, 173, 217, 0.5);
  139.     z-index: 250;
  140.     pointer-events: none;
  141. }
  142.  
  143. .overview-grid-window {
  144.     background-color: white;
  145.     position: absolute;
  146.     left: 0;
  147.     right: 0;
  148.     top: 0;
  149.     height: 20px;
  150.     z-index: 150;
  151. }
  152.  
  153. .overview-grid-dividers-background {
  154.     left: 0%;
  155.     right: 0%;
  156.     top: 0;
  157.     height: 20px;
  158.     background-color: black;
  159.     position: absolute;
  160. }
  161.  
  162. .overview-grid-window-rulers {
  163.     top: 0;
  164.     bottom: 0;
  165.     position: absolute;
  166.     opacity: 0.2;
  167.     border-right: 1px solid black;
  168.     border-left: 1px solid black;
  169.     z-index: 250;
  170.     pointer-events: none;
  171. }
  172.  
  173. .overview-grid-window-resizer {
  174.     position: absolute;
  175.     top: 0;
  176.     height: 20px;
  177.     width: 5px;
  178.     margin-left: -2px;
  179.     margin-right: -3px;
  180.     background-color: rgb(153, 153, 153);
  181.     z-index: 500;
  182.     border-radius: 2px;
  183.     box-shadow: white 1px 0 0, white -1px 0 0, white 0 1px 0, white 0 -1px 0;
  184. }
  185.  
  186. .overview-grid-window-resizer-right {
  187.     margin-left: -3px;
  188.     margin-right: -2px;
  189. }
  190.  
  191. /* Network timing is shared between popover and network item view pane */
  192.  
  193. .network-timing-table td {
  194.     padding: 0;
  195. }
  196.  
  197. .network-timing-table td.caution {
  198.     font-weight: bold;
  199.     color: rgb(255, 128, 0);
  200.     padding: 2px 0;
  201. }
  202.  
  203. .network-timing-row {
  204.     position: relative;
  205.     height: 16px;
  206. }
  207.  
  208. .network-timing-bar {
  209.     position: absolute;
  210.     background-color: red;
  211.     border-left: 1px solid red;
  212.     opacity: 0.4;
  213.     top: 0;
  214.     bottom: 0;
  215. }
  216.  
  217. .network-timing-bar-title {
  218.     position: absolute;
  219.     color: #222;
  220.     top: 1px;
  221. }
  222.  
  223. .highlighted-search-result {
  224.     border-radius: 1px;
  225.     padding: 1px;
  226.     margin: -1px;
  227.     background-color: rgba(255, 255, 0, 0.8);
  228. }
  229.  
  230. .sidebar-separator {
  231.     background-color: rgb(230, 230, 230);
  232.     padding: 0 5px;
  233.     border-top: 1px solid rgb(189, 189, 189);
  234.     border-bottom: 1px solid rgb(189, 189, 189);
  235.     color: rgb(50, 50, 50);
  236.     white-space: nowrap;
  237.     text-overflow: ellipsis;
  238.     overflow: hidden;
  239.     line-height: 16px;
  240. }
  241.  
  242. .sidebar-label {
  243.     font-size: 11px;
  244. }
  245.  
  246. .pie-chart {
  247.     position: relative;
  248. }
  249.  
  250. .pie-chart-foreground {
  251.     position: absolute;
  252.     width: 100%;
  253.     height: 100%;
  254.     text-align: center;
  255.     z-index: 10;
  256.     top: 0;
  257. }
  258.